Vcenter Datastore Summary

Vcenter Datastore Summary
Vcenter Datastore Summary

The Vcenter Datastore Summary schema contains commonly used information about a datastore.

JSON Example
{
    "datastore": "string",
    "name": "string",
    "type": "string",
    "free_space": 0,
    "capacity": 0
}
string
datastore
Required

Identifier of the datastore.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Datastore. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Datastore.

string
name
Required

Name of the datastore.

string
type
Required

Type (Type) of the datatore.

For more information see: Vcenter Datastore Type.

integer As int64 As int64
free_space
Optional

Available space of this datastore, in bytes.

The server periodically updates this value.

This property will be missing or null if the available space of this datastore is not known.

integer As int64 As int64
capacity
Optional

Capacity of this datastore, in bytes.

The server periodically updates this value.

This property will be missing or null if the capacity of this datastore is not known.